home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / RandomWordsView.BackModule / RandomWInspector.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  35 lines

  1. RandomWordsView = {
  2.     ACTIONS = {
  3.     "chooseWordColor:" = "chooseWordColor:"; 
  4.     "chooseWordFile:" = "chooseWordFile:"; 
  5.     "inspector:" = "inspector:"; 
  6.     "setSaveWord:" = "setSaveWord:"; 
  7.     "setWordColor:" = "setWordColor:"; 
  8.     "setWordFile:" = "setWordFile:"; 
  9.     "setWordFont:" = "setWordFont:"; 
  10.     "showInspector:" = "showInspector:"; 
  11.     "stepSliderAction:" = "stepSliderAction:"; 
  12.     "switchAction:" = "switchAction:"; 
  13.     "toggleImage:" = "toggleImage:"; 
  14.     "windowDidMove:" = "windowDidMove:"; 
  15.     }; 
  16.     OUTLETS = {
  17.     fileField = fileField; 
  18.     inspectorButton = inspectorButton; 
  19.     inspectorPanel = inspectorPanel; 
  20.     myColorWell = myColorWell; 
  21.     myFontField = myFontField; 
  22.     myTextField = myTextField; 
  23.     randomSwitch = randomSwitch; 
  24.     realInspector = realInspector; 
  25.     saveWordField = saveWordField; 
  26.     saveWordRadio = saveWordRadio; 
  27.     steptimeField = steptimeField; 
  28.     steptimeSlider = steptimeSlider; 
  29.     theFontManager = theFontManager; 
  30.     }; 
  31.     SUPERCLASS = BackView; 
  32. };
  33. BackView = {ACTIONS = {}; OUTLETS = {image = image; }; SUPERCLASS = View; };
  34. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  35.